home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xless.idb / usr / freeware / lib / X11 / xless.help.z / xless.help
Encoding:
Text File  |  1998-10-28  |  3.3 KB  |  85 lines

  1. This is XLess version 1.7, a file browsing tool for the X Window System
  2.  
  3. CREDITS:
  4.    By Dave Glowacki - UCB Software Warehouse    <dglo@CS.Berkeley.EDU>
  5.    Originally By Carlo Lisa - MIT Project Athena.
  6.    Based Upon Xmore for X11R2 by Chris Peterson - MIT Project Athena.
  7.  
  8.    The regular expression library in the 'regexp' subdirectory was written
  9.    by Henry Spencer and is Copyright (c) 1986 by University of Toronto
  10.  
  11. LEGAL STUFF:
  12.    Copyright (C) 1994 by Dave Glowacki
  13.   
  14.    Permission is hereby granted, free of charge, to any person obtaining a
  15.    copy of this software and associated documentation files (the "Software"),
  16.    to deal in the Software without restriction, including without limitation
  17.    to rights to use, copy, modify, merge, publish, distribute, sublicense,
  18.    and/or sell copies of the Software, and to permit persons to whom the
  19.    Software is furnished to do so, subject to the following conditions:
  20.   
  21.    The above copyright notice and this permission notice shall be included in
  22.    all copies or substantial portions of the Software.
  23.   
  24.    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  25.    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  26.    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  27.    DAVE GLOWACKI BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  28.    IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  29.    CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  30.  
  31. FEATURES:
  32.    Display either the file(s) specified on the command line or input from
  33.       standard input, supplied by a pipe.  File/pipe may be optionally
  34.       monitored so that the display is continuously updated as new text is
  35.       added.
  36.    Display new files in the current window or by creating a new window.
  37.    Reload or print the displayed file.
  38.    Search the displayed file using either exact, case-insensitive, or
  39.       regular expression patterns.
  40.    Edit the displayed file with your favorite editor (as specified in
  41.       the VISUAL or EDITOR environment variable)
  42.  
  43. SUMMARY OF ACTIONS:
  44.  
  45. In Text:
  46.  
  47. Ctrl<Key>v    OR    
  48.     <Key>SPACE    OR    
  49.     <Key>f        Scroll forward one full window
  50. Meta<Key>v    OR
  51. Ctrl<Key>b    OR
  52.     <Key>b        Scroll back one full window
  53.     <Key>k    OR
  54.     <Key>y        Scroll down one line
  55.     <Key>RETURN    OR
  56.     <Key>j    OR
  57.     <Key>e        Scroll up one line
  58.  
  59. Meta<Key>s        Bring up Search dialog box (like pressing Search
  60.             button)
  61. Meta<Key>n        Search for next occurence of pattern (like pressing
  62.                 Search Next button)
  63. Meta<Key>r        Reload current file (like pressing Reload button)
  64. Meta<Key>e        Edit current file (like pressing Editor button)
  65. Meta<Key>c        Change to a different file (like pressing Change File
  66.                 button)
  67. Meta<Key>w        Open a file in a new window (like pressing New Window
  68.                 button)
  69. Meta<Key>p        Print current file (like pressing Print button)
  70.     <Key>?        Read this help message (like pressing Help button)
  71. Meta<Key>q        Close all windows
  72.  
  73. CLICK LEFT:        Position cursor.
  74. CLICK RIGHT:        Copy text, from cursor position to actual
  75.             mouse position, into Cut & Paste buffer.
  76.  
  77.  
  78. In scrollbars:
  79.  
  80. CLICK LEFT:        Move Down - more of pointer is near bottom
  81.                     of window.
  82. CLICK MIDDLE:        Move top of page to current mouse position.
  83. CLICK RIGHT:        Move Up - more of pointer is near bottom
  84.                   of window.
  85.